GHCP — Crawl: Ex0 Bootstrap#117
Closed
maharvey-prgs wants to merge 1 commit intogithub:mainfrom
Closed
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds initial “Crawl / Ex0 Bootstrap” scaffolding docs to help contributors orient to the repo, run the sample project, and follow the chain-PR workflow for the track.
Changes:
- Introduces
ai-track-docs/with a system overview, build/test command reference, and a Mermaid architecture diagram. - Adds
.copilot-track/crawl/README.mddescribing the Crawl track workflow (chain-PRs, required PR evidence, and key files).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
ai-track-docs/SYSTEM-OVERVIEW.md |
High-level repo summary, key paths, and test approach reference. |
ai-track-docs/build-test.md |
Copy/paste build & test commands for the Python sample app (plus placeholders for C#/JS). |
ai-track-docs/architecture.mmd |
Mermaid diagram of the Python sample app components and relationships. |
.copilot-track/crawl/README.md |
Crawl track process documentation (branch chaining, PR evidence expectations, workflow steps). |
| ### Run the app | ||
| ```bash | ||
| cd samples/book-app-project | ||
| python book_app.py |
Comment on lines
+20
to
+21
| # or, using pyproject.toml: | ||
| pip install -e . |
Comment on lines
+5
to
+6
| B --> E[tests/test_books.py<br>pytest suite] | ||
| C --> E |
| ## Prompt Usage Pattern | ||
| For each exercise: | ||
| 1. Open Copilot Chat with the repo open in VS Code | ||
| 2. Paste the exercise prompt from `crawl-walk-run.instructions.md` |
Author
|
Mistake |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Evidence
Risk & Rollback
Track